[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MINON() (INTEGER)

 Function
  Return the users minutes online so far this session.

 Syntax
  MINON()   No arguments are required

 Return Type & Value
  INTEGER
  Returns the number of minutes the user online has used this session.

 Remarks
  This function will allow you to access how much time the user has used
  this session.  You could use it to allow or disallow certain features
  before a certain point in their session.  Note that this number will
  always be the minutes used this session regardless of whether or not
  the SysOp enforces daily time limits.

 Examples
  IF (MINON() >= 10) THEN
    KBDSTUFF "D"+CHR(13)
  ELSE
    PRINTLN "Sorry, you haven't been on long enough yet to download"
  ENDIF

See Also: MINLEFT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson